Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


setSessionResultCodes

This procedure sets the result codes for the current session. If run on the client, the AppServer must be synchronized as well. To take care of this, the procedure runs setClientResultCodes.

Location: ry\app\rycusmngrp.i

Parameters:

INPUT pcResultCodes AS CHARACTER INPUT plSetOnAppserver AS LOGICAL Notes: plSetOnAppserver only applies when running in a client session. By default, it should be set to YES to ensure the AppServer is synchronized when the client result codes change. However, if the result codes have already been set on the AppServer and are known to be in sync with what is being set, a NO can be passed to avoid an AppServer hit to synchronize them.

Examples: See the ICFCFM_LoginComplete procedure in ry\app\rycusmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095